From eae2aa7b7d1b90cec0510baa21f0559119f3ab1c Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 12 May 2005 13:56:34 +0000 Subject: [PATCH] bitkeeper revision 1.1389.1.44 (42836092KAyZPo1cIHGipoDmz3w67g) setup.c: Cleanup really randomly added whitespace -- is your space key stuck? Cleanup whitespace. Signed-off-by: Christian Limpach --- .../arch/xen/i386/kernel/setup.c | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c index a53fdd31d4..8bfc59d1f1 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c @@ -1572,20 +1572,19 @@ void __init setup_arch(char **cmdline_p) HYPERVISOR_physdev_op(&op); #ifdef CONFIG_ACPI_BOOT - if ( !(xen_start_info.flags & SIF_INITDOMAIN) ) - { - printk(KERN_INFO "Not running in dom0: Disabling ACPI\n"); - acpi_disabled = 1; - acpi_ht = 0; + if (!(xen_start_info.flags & SIF_INITDOMAIN)) { + printk(KERN_INFO "Not running in dom0: Disabling ACPI\n"); + acpi_disabled = 1; + acpi_ht = 0; } #endif - /* - * Parse the ACPI tables for possible boot-time SMP configuration. - */ - acpi_boot_table_init(); - acpi_boot_init(); - + /* + * Parse the ACPI tables for possible boot-time SMP configuration. + */ + acpi_boot_table_init(); + acpi_boot_init(); + #ifdef CONFIG_X86_LOCAL_APIC if (smp_found_config) get_smp_config(); -- 2.30.2